Class bullet

java.lang.Object
  extended by greenfoot.Actor
      extended by bullet

public class bullet
extends greenfoot.Actor

Write a description of class bullet here.

Version:
(a version number or a date)
Author:
(your name)

Constructor Summary
bullet()
           
 
Method Summary
 void act()
          Act - do whatever the bullet wants to do.
 void removemonster()
           
 
Methods inherited from class
addedToWorld, getImage, getIntersectingObjects, getNeighbours, getObjectsAtOffset, getObjectsInRange, getOneIntersectingObject, getOneObjectAtOffset, getRotation, getWorld, getX, getY, intersects, isTouching, move, removeTouching, setImage, setImage, setLocation, setRotation, turn, turnTowards
 
Methods inherited from class
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

bullet

public bullet()
Method Detail

act

public void act()
Act - do whatever the bullet wants to do. This method is called whenever the 'Act' or 'Run' button gets pressed in the environment.

Overrides:
act in class greenfoot.Actor

removemonster

public void removemonster()